body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
table,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
	font-family: Microsoft Yahei, -apple-system-font, Helvetica Neue, sans-serif;
	color: #aaaaaa;
	word-break: break-all;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	vertical-align: top;
}

option {
	padding-left: 5px;
	*padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clear {
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pos_a {
	position: relative;
}

.pos_b {
	position: absolute;
}

.margin_left {
	margin-left: 0 !important;
}

.margin_right {
	margin-right: 0 !important;
}

.pad_left {
	padding-left: 0px !important;
}

.pad_right {
	padding-right: 0px !important;
}


.top_fl {
	float: left;
	background: url(../images/logo.png)no-repeat;
	width: 241px;
	height: 60px;
	margin: 10px 0;
}

.shadow_a {
	-moz-box-shadow: 0px 0px 20px #9E9E9E;
	-webkit-box-shadow: 0px 0px 20px #9E9E9E;
	box-shadow: 0px 0px 20px #9E9E9E;
	display: block;
}


/*index*/
.index_a {
	height: 100%;
	overflow: hidden;
	padding: 30px 80px;
	border-radius: 5px;
	text-align: center;
}

.index_a img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.index_a span {
	color: #ea9b00;
	font-size: 24px;
	font-weight: bold;
}

.index_a p {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}

.index_b {
	height: 100%;
	overflow: hidden;
	padding: 30px 50px;
	text-align: center;
	border-left: 1px solid #dddddd;
	display: inline-block;
}

.index_b:hover {
	-moz-box-shadow: 0px 0px 20px #9E9E9E;
	-webkit-box-shadow: 0px 0px 20px #9E9E9E;
	box-shadow: 0px 0px 20px #9E9E9E;
}

.index_b .tit {
	line-height: 40px;
	margin-bottom: 15px;
	height: 40px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.index_b:hover .tit {
	color: #ea9b00
}

.index_b .inco_pic1 {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/1.png)no-repeat;
	display: inline-block;
	vertical-align: middle
}

.index_b:hover .inco_pic1 {
	background: url(../images/1-1.png)no-repeat
}

.index_b .inco_pic2 {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/2.png)no-repeat;
	display: inline-block;
	vertical-align: middle
}

.index_b:hover .inco_pic2 {
	background: url(../images/2-2.png)no-repeat
}

.index_b .inco_pic3 {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/3.png)no-repeat;
	display: inline-block;
	vertical-align: middle
}

.index_b:hover .inco_pic3 {
	background: url(../images/3-3.png)no-repeat
}

.index_b .inco_pic4 {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	background: url(../images/4.png)no-repeat;
	display: inline-block;
	vertical-align: middle
}

.index_b:hover .inco_pic4 {
	background: url(../images/4-4.png)no-repeat
}


.index_b p {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow : hidden;word-break:break-all;
}

.index_c {
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
}

.index_c span {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	margin: 0 15px;
}

.squ {
	display: inline-block;
	text-align: center;
	background: #f8a500;
	width: 10px;
	height: 10px;
	margin: 5px 0;
	transform: rotateZ(40deg);
}

/*swiper,tab切换*/
.nava {
	width: 100%;
	overflow: hidden;
	text-align: center;
}


ul.list li {
	list-style-type: none;
	margin-left: 20px;
}

ul.tabs {
	overflow: hidden;
	margin: 2% auto;
	display: table;
}

ul.tabs li {
	list-style-type: none;
	display: block;
	float: left;
	color: #222222;
	font-size: 16px;
	padding: 10px 40px;
	margin-right: 20px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	cursor: pointer;
	text-align: center;
}

ul.tabs li.current {
	border-radius: 21px;
	background-color: #f8a500;

}

.tabscontent {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 5%;
}

.line_a {
	width: 30px;
	height: 3px;
	background: #f8a500;
}

.tabscontent .imgraea {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.tabscontent .imgraea img {
	width: 100%;
	height: 100%;
	transition: transform 2s;
}
.tabscontent .imgraea:hover img{ transform: scale(1.1);}  


.tabscontent h3 {
	color: #000;
	font-size: 22px;
	line-height: 40px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.tabscontent span {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	display: block;
	margin-bottom: 1%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
}

.photo_pic {
	width: 100%;
	height: 180px;
	overflow: hidden;
	border: 3px solid #FFFFFF;
}

.photo_pic img {
	width: 100%;
	height: 100%;
	transition: transform 2s;
}

.photo_pic:hover img {
	transform: scale(1.1);
}

.bora {
	padding: 0;
	margin: 10% 1% 5%;
}

.index_d {
	background: url(../images/7.jpg) no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 1% 0;
	margin-bottom: 2%;
}

.index_e {
	background: #FFFFFF;
	height: 100%;
	overflow: hidden;
}

.index_e h3 {
	color: #222222;
	font-size: 22px;
	line-height: 50px;
}

.index_e span {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	display: block;
	margin: 2% 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.index_e .company_des {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
}

.index_e a {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	display: block;

}
.index_e .more{color: #f8a500}

/*主页-关于鼎泰下面轮播图*/
.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-wrapper {
	margin-bottom: 30px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.more {
	/* padding: 4px 30px; */
	/* border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff; */
	display: inline-block;
	margin-top: 5px;
	color: #f8a500 !important;
	font-size: 14px;
	line-height: 30px;
}

/* .bora:hover .more {
	background: #f8a500;
	border: none;
	color: #fff;
} */

.tabscontent span {
	font-size: 14px;
	color: #222222;
}

.tabscontent .caselist_pic {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.tabscontent .caselist_pic img {
	width: 100%;
	height: 100%;
	transition: transform 2s;
}
.tabscontent .caselist_pic:hover img {
	transform: scale(1.1); 
}

.tabscontent .case_tit {
	display: block;
	margin-bottom: 1%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
    font-size: 22px;
    line-height: 40px;
}

.tabscontent a {
	font-size: 14px;
	line-height: 30px;
}

#tabsholder2 p {
	color: #333333;
	font-size: 24px;
	text-align: center;
}

.index_f {
	height: 90px;
	border: 1px solid #dddddd;
	display: flex;
	align-items: center;
	margin: 15% 0 25%;
	overflow: hidden;
}

.index_f img {
	width: 70%;
	align-items: center;
	margin: 0 auto 5%;
	transition: transform 2s;
}

.index_f:hover img{transform:scale(1.1) }

.index_g {
	background: url(../images/12.jpg) center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 1% 0;
}

.span_a {
	line-height: 15px !important;
	margin-bottom: 5% !important;
}

.span_a a {
	display: inline !important;
	line-height: 15px !important;
	padding: 0 3% !important;
}

.span_a img {
	width: 15px !important;
	height: 15px !important;
}

.a1 {
	color: #000 !important;
	font-size: 18px !important;
	margin-bottom: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_e .des {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
	color: #666666;
	line-height: 24px;font-size: 14px
}

.width_a {
	width: 100%;
}

/*底部*/
.bot {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 40px 0px;
	background: #FFFFFF;
}

.bot_a {
	font-size: 14px;
	font-weight: bold;
}

.bot_a_ul {
	padding-top: 15px;
}

.bot_a_ul li {
	padding-bottom: 5px;
}

.bot_a_a {
	font-size: 14px;
	color: #666666;
}

.bot_c {
	padding-top: 10px;
	color: #888888;
	text-align: center;
}

.bot_c p {
	padding-top: 5px;
	font-size: 12px;
}

.bot_b {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


.bot_b li {
	padding-bottom: 20px;
}

.bot_b img {
	padding-right: 10px;
	margin-top: 5px;
}

.bot_b p {
	color: #666666;
	padding-left: 35px;
}



.bott {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	padding: 20px 0 30px;
	color: #666666;
	font-size: 14px;
	background: #FFFFFF;
}

.bott a {
	margin-left: 10px;
	font-size: 14px;
}

.bott p {
	padding-top: 15px;
}

/*about*/
/*右半边*/
.border1 {
	border: 1px solid #eaeaea;
	-moz-box-shadow: 0px 0px 20px #eaeaea;
	-webkit-box-shadow: 0px 0px 20px #eaeaea;
	box-shadow: 0px 0px 20px #eaeaea;
	height: 100%;
	overflow: hidden;
	padding: 41px 2% 7%;
	margin-bottom: 40px;
	background: #FFFFFF;

}

.border1 h3 {
	color: #333333;
	font-size: 30px;
}

.border1 span {
	line-height: 30px;
}

.border1 a {
	color: #aaaaaa;
}

.p1 {
	padding-top: 40px;
	font-size: 16px;
	line-height: 35px;
	color: #666666;
}


/*左半边*/
.border2 {
	border: 1px solid #eaeaea;
	-moz-box-shadow: 0px 0px 20px #eaeaea;
	-webkit-box-shadow: 0px 0px 20px #eaeaea;
	box-shadow: 0px 0px 20px #eaeaea;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.border2 p {
	background: #333333;
	color: #ea9b00;
	font-size: 30px;
	padding: 20px 10%;
	display: block;
}

.p2 {
	background: none !important;
	color: #ea9b00 !important;
	text-align: center;
	padding: 0 10% !important;
	line-height: 60px;
}

.border2 p img {
	margin: 3% 0;
	width: 23px;
	height: 23px;
}

.border2 ul {
	color: #333333;
	font-size: 17px;
	padding: 5% 10%;
}

.border2 li {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #dddddd;
	background: #f8f8f8;
	padding: 0 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.li3 {
	background: #ea9b00 !important;
}

.li1 {
	list-style: disc inside;
	font-size: 15px;
	color: #ea9b00;
	border: none !important;
	background: none !important;
	border-bottom: 1px dashed #dddddd !important;
	height: 40px !important;
	padding: 0 !important;
}

.li2 {
	text-align: center;
	color: #888888;
	font-size: 14px;
	border-radius: 4px;
	border: 1px dashed #ea9b00;
	display: block;
	margin-bottom: 10px;
	line-height: 30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.p1 img {
}

/*case工程案例*/
.p3 {
	border: 1px solid #dddddd;
	margin: 3% 0 4%;
	padding: 0 2%;
	color: #666666;
	font-size: 14px;
	display: block;
	padding: 2%
}

.border3 {
	margin-bottom: 10% !important;
	border: 1px solid #DDDDDD !important;
}

.border3 .imgarea {
	width: 100%;
	height: 225px;
}

.border3 .case_pic {
	width: 100%;
	height: 250px
}

.border3 .case_title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px !important;
	font-weight: bold;
	color: #222222 !important;
	text-align: center;
	line-height: 50px;
	display: block;
}

.border3 img {
	width: 100%;
	height: 100%;
}

.border3 .a3 {
	font-size: 18px !important;
	color: #222222 !important;
	text-align: center;
	line-height: 50px;
	display: block;
}

.border3:hover {
	-moz-box-shadow: 0px 0px 20px #9E9E9E;
	-webkit-box-shadow: 0px 0px 20px #9E9E9E;
	box-shadow: 0px 0px 20px #9E9E9E;
}

.border3:hover .case_title {
	background: #ea9b00;
}

.a2 {
	background: #ea9b00;
}

/*contact-右*/
.contact_a {
	padding: 6% 3%;
}

.contact_a img {
	margin-right: 20px;
	width: 15%;
}

.contact_a span {
	color: #ea9b00;
	font-size: 40px;
	font-weight: bold;
	display: block;
	padding: 4% 0;
}

.contact_a p {
	color: #666666;
	font-size: 16px;
	line-height: 40px;
}

.contact_a input {
	border: 1px solid #dddddd;
	background: #f8f8f8;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	display: block;
	margin: 5% 0;
	color: #666666;
}

.contact_a textarea {
	border: 1px solid #dddddd;
	background: #f8f8f8;
	width: 100%;
	padding: 10px 0 0 10px;
	display: block;
	margin-bottom: 5%;
	color: #666666;
}

.contact_a form span {
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5%;
}

.contact_a form span input {
	width: 108px !important;
	height: 35px !important;
	color: #FFFFFF !important;
	border: none !important;
	border-radius: 5px;
	display: inline;
}

.img1 {
	border: 1px solid #dddddd;
	width: 100% !important;
}

.inp1 {
	background: #ea9b00 !important;
}

.inp2 {
	margin-left: 5% !important;
	background: #bbbbbb !important;
}

.border4 {
	border: 1px solid #dddddd;
	padding: 5%;
	margin: 5% 0;
}

.border4 h3 {
	color: #222222;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.border4:hover {
	-moz-box-shadow: 0px 0px 20px #9E9E9E;
	-webkit-box-shadow: 0px 0px 20px #9E9E9E;
	box-shadow: 0px 0px 20px #9E9E9E;
	display: block;
}

.border4 span {
	color: #666666;
	line-height: 30px;
	margin: 5% 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	word-break: break-all;
}

/*news_xj——右*/
.newsxj {
	text-align: center;
	padding: 3% 0 0;
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 2%;
}

.newsxj p {
	color: #222222;
	font-size: 28px;
}

.newsxj span {
	color: #888888;
	font-size: 13px;
	display: inline;
	line-height: 30px;
}

.newsxj b {
	font-weight: normal;
	margin-right: 15px;
}

.fx {
	text-align: center;
	padding: 2% 0;
	overflow: hidden;
}

.p4 {
	padding: 3% 0;
	text-indent: 2em;
	font-size: 16px !important;
	color: #666666 !important;
	line-height: 30px;
}

.border5 {
	background: #eeeeee;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 5%;margin-bottom: 2%;
	color: #333333;
}

.border5 a {
	color: #333333;
	font-size: 14px;
}

.border5 span {
	display: inline;
	color: #666666;
}

.border6 {
	border-bottom: 1px solid #dddddd;
	padding: 4% 0 1%;
	margin-bottom: 2%;
}

.border6 p {
	color: #333333;
	font-size: 28px;
}

.border6 span {
	padding-left: 15px;
	display: inline;
	color: #666666;
	font-size: 14px;
}

.ul1 {
	margin-right: -5%;

}

.ul1 li {
	line-height: 40px;
	float: left;
	width: 45%;
	color: #f5aa00;
	list-style: square inside;
	border-bottom: 1px solid #dddddd;
	margin: 0 5% 1% 0;
}

.ul1 a {
	font-size: 15px !important;
	color: #555555;

	width: 90%;
}

.ul1 span {
	display: inline;
	color: #999999;
	font-size: 13px;
}

.span_c {
	display: block;
	height: 80px;
	margin: 0 5%;
	line-height: 30px;
	font-size: 13px;
	color: #666666;
	text-align: left;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
}

.span_b {
	background: #ea9b00;
	display: none !important;
	color: #FFFFFF;
	line-height: 80px !important;

}

.a3:hover .span_b {
	display: block !important;
}

.a3:hover .span_c {
	display: none !important;
}

.pro_xj {
	padding: 1% 0;
}

.pro_xj p {
	color: #333333;
	text-indent: 2em;
}

.pro_xj span {
	line-height: 30px;
	color: #666666;
}

.pro_xj li {
	list-style: decimal-leading-zero inside;
	color: #333333;
	font-size: 16px;
	padding-bottom: 5%;
}

.pro_xj img {
	padding: 2%;
}

.case_a {
	text-align: center;
	margin: 0 auto;
	border: 1px solid #dddddd;
}

.case_a .imgarea {
	width: 100%;
	height: 130px;
	display: block;
}

.case_a img {
	border: none;
	width: 100%;
	height: 100%;
}

.case_a a.tit {
	color: #333333;
	font-size: 15px;
	display: block;
	padding: 5% 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pos_c {

	margin: 0 50%;
}

.pos_c .swiper-pagination-bullet {
	float: left;
}



/*分页*/
.met_pager {
	text-align: center;
	padding: 5% 0;
	width: 100%;
	margin: 0px auto;
	height: 100%;
	overflow: hidden;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	margin-right: 6px;
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	line-height: 30px;
	width: 60px;
	text-align: center;
	color: #666666;
	background: none;
	display: inline-block;
	border: 1px solid #dddddd;
	font-size: 13px;
}

/* .met_pager a{
	line-height: 30px;
	 text-align: center;
	 color: #666666;
	 background:none;
	 display: inline-block;
	 border: 1px solid #dddddd;
	 font-size: 13px;
	 } */
.met_pager .Ahover {
	background: #000000 !important;
	color: #FFFFFF;
}

.text-align1 {
	text-align: right;
}

.lh {
	line-height: 40px;
}

.met_pager .NextSpan,
.met_pager .NextA {}

.met_pager .PageText {
	color: #999999;
	display: inline;
}

.met_pager #metPageT {
	width: 25px;
	height: 29px;
	background: #FFFFFF !important;
	text-align: center;
	border: 1px solid #d7d7d7;
	color: #000000;
}

.met_pager #metPageB {
	color: #000000;
	background: none;
	border: none;
	min-width: 40px;
	_width: 40px;
	padding: 3px 0 5px;
	cursor: pointer;
	font-weight: bold;
}

/*PC导航*/
.head_right {
	margin: 0 auto;
	width: 100%;
	z-index: 9999;
	height: 70px;
	position: relative;
}

.nav {
	margin: 0 auto;
	color: #FFFFFF;
}

.nav a {
	display: block;
	line-height: inherit;
	cursor: pointer;
	color: #000;
	font-size: 16px;
}

.ulcenter {
	margin: 0px auto;
	display: table;
}

.nav_menu-item a {
	display: block;
	padding: 0 15px;
}

.nav_menu {
	line-height: 80px;
	font-weight: 500;
	text-transform: uppercase;
}

.nav_menu-item:hover {
	border-bottom: 5px solid #f8a500;
}

.nav_menu-item {
	display: inline-block;
	position: relative;
	height: 80px;
	margin: 0 10px;
}

.nav_menu-item:hover .nav_submenu {
	display: block;
}

.nav_submenu {
	font-weight: 300;
	text-transform: none;
	display: none;
	position: absolute;
	top: 43px;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	z-index: 999;
	border-radius: 5px;
}

.nav_submenu ul {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav_submenu-item {
	display: block;
	text-align: center;
	height: 40px;
	padding: 0 15px;
}

.nav_submenu-item a {
	display: block;
	padding: 0 5px;
	min-width: 100px;
	line-height: 40px;
	height: 40px;
	color: #000000;
	font-size: 14px;
}

.nav_submenu-item a:hover {
	color: #000000;
	text-decoration: none;
	background: #f8a500;
	border-radius: 5px;
	font-size: 14px;
}

.nav_on1 {
	position: absolute;
	left: -20px;
	top: 80px;
}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9;
}

.flexslider {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px
}

.flexslider .slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
	*height: 0
}


.flex-direction-nav a {
	width: 46px;
	height: 71px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
	left: 20px;
	background: url(../images/prev.png) no-repeat;
}

.flex-direction-nav .flex-next {
	right: 20px;
	background: url(../images/next.png) no-repeat;
}

.flexslider:hover .flex-prev {
	opacity: 0.9;
	left: 100px;
}

.flexslider:hover .flex-next {
	opacity: 0.9;
	right: 100px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1 !important;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flexslider .flex-next {
	background-position: 0px 0px;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1
}

.flex-pauseplay a.flex-play:before {
	content: '\f003'
}

.flex-control-nav {
	width: 100%;
	position: relative;
	text-align: center;
	bottom: 30px;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #c9cbca;
}

.flex-control-paging li a:hover {
	background: #fff;
	background: #212024)
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
	.flex-direction-nav .flex-prev {
		opacity: 0;
		left: 10px
	}

	.flex-direction-nav .flex-next {
		opacity: 0;
		right: 10px
	}
}

/*手机菜单*/
.header_content {
	margin: 0 auto;
	width: 100%;
	z-index: 9999;
	padding: 10px 40px 10px 40px;
	height: 64px;
	background-color: rgba(0, 0, 0, 0.4);
	position: relative;
}

.header_content img {
	float: left;
	margin-right: 10px;
	height: 100%;
}

.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container img {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nav-toggle {
	position: absolute;
	height: 44px;
	overflow: hidden;
	right: 1%;
	text-indent: 100%;
	top: 10px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
}

.nav-toggle:before,
.nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}

.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}

.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span:before,
.nav-toggle span:after {
	background-color: #fb8b01;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span:before,
.nav-toggle.close-nav span:after {
	background-color: #fff;
}

.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.navigation {
	position: fixed;
	background-color: #313131;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}

.navigation li {
	display: block;
}

.navigation a {
	display: block;
	font-size: 18px;
	margin: 0;
	text-align: center;
	padding: 0px 0;
	color: #fff;
	float: none;
}

.menut {
	padding-left: 15px;
	padding-right: 15px;
}

/*手机菜单*/
.accordion {
	width: 80%;
	margin: 70px auto 20px;
}

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #b63b4d;
}

.accordion li.open i {
	color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.submenu {
	display: none;
	background: #444359;
	font-size: 14px;
}

.submenu li {
	border-bottom: 1px solid #4b4a5e;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #d9d9d9;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.submenu a:hover {
	background: #b63b4d;
	color: #FFF;
}








@media screen and (min-width:1201px) {
	.header_content {
		display: none
	}

	.div_a {
		max-width: 1560px;
	}
}



@media screen and (min-width:992px) and (max-width:1200px) {
	.index_e h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.index_e span {
		font-size: 13px;
		line-height: 21px;
	}

	.index_e a {
		font-size: 12px;
		line-height: 17px;
	}

	.span_a {
		margin-bottom: 3% !important;
	}

	.li1 {
		font-size: 13px;
	}

	.border3 a {
		font-size: 14px;
	}

	.newsxj p {
		font-size: 25px;
	}

	.ul1 li {
		height: 70px;
	}

	.span_c {
		font-size: 12px !important;
	}
}




@media screen and (min-width:768px) and (max-width:992px) {
	.border1 p {
		font-size: 25px;
	}

	.border1 span {
		font-size: 14px;
	}

	.p1 p {
		font-size: 14px;
	}

	.border2 p {
		font-size: 25px;
	}

	.li1 {
		font-size: 12px;
	}

	.border2 ul {
		padding-left: 2%;
		padding-right: 2%;
	}

	.li2 {
		font-size: 12px;
	}

	.contact_a span {
		font-size: 35px;
	}

	.contact_a p {
		font-size: 16px
	}

	.border4 h3 {
		font-size: 18px;
	}

	.newsxj p {
		font-size: 24px;
	}

	.newsxj span {
		font-size: 12px;
	}

	.newsxj b {
		margin-right: 10px
	}

	.ul1 li {
		height: 60px;
	}

	.ul1 a {
		font-size: 12px !important;
	}

	.span_c {
		font-size: 12px !important;
		line-height: 30px !important;
	}

	.pro_xj p {
		font-size: 20px;
	}
}


@media screen and (max-width:767px) {
	.index_a {
		padding: 16px 10px;
	}

	.index_a img {
		width: 20px;
		height: 20px;
		margin: 0 5px 5px 0;
	}

	.index_a span {
		font-size: 16px;
	}

	.index_a p {
		font-size: 12px;
	}

	.index_b {
		padding: 0 10px;
		margin: 15px 0 55px;
	}

	.index_b img {
		width: 20px;
		height: 20px;
		margin: 0 5px 5px 0;
	}

	.index_b span {
		font-size: 16px;
	}

	.index_b p {
		font-size: 12px;
	}

	.index_c span {
		font-size: 25px;
	}

	ul.tabs li {
		padding: 10px 25px;
		width: 50%;
		margin-right: 0;
	}

	#content1 span {
		font-size: 12px;
		line-height: 25px;
	}

	.bot_c p {
		margin-bottom: 20px;
	}

	.bott {
		padding: 20px 10px 30px;
	}

	.p1 p {
		font-size: 14px;
	}

	.border3 a {
		font-size: 12px !important;
	}

	.contact_a span {
		font-size: 25px;
	}

	.contact_a img {
		margin: 8px 10px 0 0;
	}

	.contact_a p {
		font-size: 14px
	}

	.border4 h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.newsxj p {
		font-size: 24px;
	}

	.newsxj span {
		font-size: 13px;
	}

	.newsxj b {
		margin-right: 11px
	}

	.ul1 li {
		height: 80px;
		width: 90%;
	}

	.ul1 a {
		font-size: 12px !important;
	}

	.border5 a {
		font-size: 12px !important;
	}

	.p4 {
		font-size: 14px !important;
	}

	.span_c {
		font-size: 12px !important;
		line-height: 40px !important;
	}

	.pro_xj p {
		font-size: 14px;
		line-height: 35px;
	}

	.pro_xj span {
		font-size: 13px;
	}

	.pro_xj li {
		font-size: 12px;
	}
}

.mar_t {
	padding-top: 30px;
	background: #f8f8f8;
}


@media only screen and (max-width: 1200px) {
	.tabscontent .imgraea {
		height: 20vw;
	}

	.tabscontent .caselist_pic {
		height: 15vw;
	}

	.contact_a span {
		padding: 0;
	}
	.photo_pic{height: 12vw;}
	.flexslider .slides{margin-top: 0 !important}

}

@media only screen and (max-width: 1000px) {
	.tabscontent .imgraea {
		height: 25vw;
	}

	.tabscontent .caselist_pic {
		height: 260px;
	}

	.border3 .imgarea {
		height: 17vw;
	}

	.span_c {
		display: none;
	}

	.a3:hover .span_b {
		display: none !important
	}
}
.flexslider .slides{margin-top: 80px}
@media only screen and (max-width: 640px) {
	.tabscontent .caselist_pic {
		height: 25vw;
	}
	.border1{padding: 0}

	.index_f {
		margin: 5% 0 5%;
	}

	.span_c {
		display: none;
	}

	.a3:hover .span_b {
		display: none !important
	}

	.border3 .imgarea {
		height: auto;
	}

	.border3 .case_pic {
		height: 26vw;
	}
	.flexslider .slides img{
		width: 170%;
		margin-left: -35%;
	}
	.tabscontent .case_tit{font-size: 18px}
	.tabscontent h3{font-size: 18px}
	.index_e h3{font-size: 18px}
	.index_b .inco_pic1{margin-right: 8px;width: 35px;height: 35px;background-size: cover;}
	.index_b .inco_pic2{margin-right: 8px;width: 35px;height: 35px;background-size: cover;}
	.index_b .inco_pic3{margin-right: 8px;width: 35px;height: 35px;background-size: cover;}
	.index_b .inco_pic4{margin-right: 8px;width: 35px;height: 35px;background-size: cover;}
	.index_b .tit{font-size: 18px;margin-bottom: 10px;}
	.index_b p{font-size: 14px;line-height: 24px;}
	.index_b{margin: 0 0 20px;}
	.photo_pic{height: 30vw;}
	.homenews{padding-left: 0px !important;padding-right: 0px !important}
	.article img{max-width: 100% !important;height: auto !important;}
	.article{padding: 0 10px}
	.new_tag{margin-bottom: 10px;padding-left:0 !important }
	.share{padding-left: }
}


@media screen and (min-width:768px) and (max-width:1200px) {
	.border3 .case_pic {
		height: 14vw;
		;
	}
}

.bdshare-button-style0-16 .bds_more{float: none !important;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{float: none !important;}
.article{color: #333333;line-height: 24px;font-size: 14px}
.new_tag{color: #666666;font-size: 14px}
.new_tag a{display: inline-block;margin: 0 6px;padding:0 16px;border: 1px dashed #888888}
.new_tag a{color: #888888}
.share{color: #666666;font-size: 14px}
.relate_date{display: inline-block;float: right}
.li1 a{width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tit_des{font-size: 15px;color: #333;text-align: center;margin-top: 1%}
.pc_nav{background: #fff;position: fixed;margin-left: auto;margin-right: auto;top: 0;left: 0;z-index: 999;width: 100%;box-shadow: 2px 2px 7px rgba(70,70,70,.2);}
.cases_pre .swiper-slide .case_a{width: 100%;box-sizing: border-box;}
.bot .bot_b img {
    vertical-align: text-bottom;
}